Options
All
  • Public
  • Public/Protected
  • All
Menu

Common command condition evaluators

export

Hierarchy

  • CommandConditions

Index

Constructors

Methods

  • disabledIfEmptySelection(state: Readonly<IToolbarAppState>, parameters?: any): boolean
  • The command is set to be disabled if selection is empty

    static
    memberof

    CommandConditions

    Parameters

    Returns boolean

  • The viewer has a client-side selection set

    static
    since

    0.14

    Parameters

    Returns boolean

  • The viewer has a next view in the view navigation stack

    static
    memberof

    CommandConditions

    Parameters

    Returns boolean

  • The viewer has a previous view in the view navigation stack

    static
    memberof

    CommandConditions

    Parameters

    Returns boolean

  • The viewer has a MapGuide selection set

    static
    memberof

    CommandConditions

    Parameters

    Returns boolean

  • The viewer is not busy

    static
    memberof

    CommandConditions

    Parameters

    Returns boolean

Generated using TypeDoc