Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

LegendNodeExtraHTMLProps<T>: { elementSize: number; item: T; mapName: string; session: string; sanitize: any }
since

0.14.9

Type parameters

  • T

Type declaration

  • elementSize: number

    The size of the node (height and width). Use this as guidelines for constraining your custom content

  • item: T

    The item (group or layer)

  • mapName: string

    The map name

  • session: string

    The current session id

  • sanitize:function
    • sanitize(html: string): string
    • A function that helps sanitize the given HTML content

      Parameters

      • html: string

        The HTML content to sanitize

      Returns string

      A sanitized version of the given HTML

Variables

AppContext: Context<IApplicationContext> = ...
AppContextProvider: React.FC<{ mapguide: IMapGuideAppProps | undefined }> = ...
since

0.14.9

LegendContext: Context<ILegendContext> = ...
ToolbarContext: Context<IToolbarContext> = ...

Generated using TypeDoc