Viewer - Interaction
    Preparing search index...

    Class AxisRestrictionApi

    Hierarchy

    • AbstractSnapRestrictionApi
      • AxisRestrictionApi
    Index

    Constructors

    • Parameters

      • restriction: AxisRestriction

      Returns AxisRestrictionApi

    Accessors

    • get enabled(): boolean

      Whether the restriction is enabled or not.

      Returns boolean

    • set enabled(value: boolean): void

      Whether the restriction is enabled or not.

      Parameters

      • value: boolean

      Returns void

    • get enabledEditable(): boolean

      If the enabling or disabling of the restriction is allowed to the end user. If it is not editable, the default value for enabling or disabling the restriction is used.

      Returns boolean

    • get id(): string

      The unique identifier of the restriction.

      Returns string

    • get priority(): number

      The priority of the restriction.

      Returns number

    • set priority(value: number): void

      The priority of the restriction.

      Parameters

      • value: number

      Returns void