Props: { anchorEl: HTMLAnchorElement; component?: any; sidebarData?: any }

Props type alias for associated component.

Type declaration

  • anchorEl: HTMLAnchorElement

    Export the main anchor element so that FVTTSidebarControl can adjust the sidebar width.

  • Optionalcomponent?: any

    Bound sidebar tab component making it accessible from TJSSidebarEntry.

  • OptionalsidebarData?: any

    Sidebar configuration data.