IgniteUI Dock Manager

Index

Type Aliases

Variables

IgcDockManagerResourceStringsEN: IgcDockManagerResourceStrings = ...

English resource strings for the Dock Manager

IgcDockManagerResourceStringsES: IgcDockManagerResourceStrings = ...

Spanish resource strings for the Dock Manager

IgcDockManagerResourceStringsJP: IgcDockManagerResourceStrings = ...

Japanese resource strings for the Dock Manager

IgcDockManagerResourceStringsKO: IgcDockManagerResourceStrings = ...

Korean resource strings for the Dock Manager

Functions

  • Adds custom resource strings for a specified language.

    Parameters

    • language: string

      The name of the language that should match the lang attribute of the page.

    • resourceStrings: IgcDockManagerResourceStrings

      The resource strings to be added.

    Returns void