Viewer - Interaction
    Preparing search index...

    Interface ISnapRestrictionApi

    interface ISnapRestrictionApi {
        enabled: boolean;
        enabledEditable: boolean;
        id: string;
        priority: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    enabled: boolean

    Whether the restriction is enabled or not.

    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.

    id: string

    The unique identifier of the restriction.

    priority: number

    The priority of the restriction.