sesaparcours
    Preparing search index...
    interface IStyleable {
        addStyle(style: string): void;
        removeStyle(style: string): void;
    }

    Implemented by

    Index

    Methods

    • Adds a style on the toolbox. Usually used to change the cursor.

      Parameters

      • style: string

        The name of the class to add.

      Returns void

    • Removes a style from the toolbox. Usually used to change the cursor.

      Parameters

      • style: string

        The name of the class to remove.

      Returns void