SheetXL - v0.3.20
    Preparing search index...

    Interface IMovableSelection

    Manages a selection of IMovablea.

    interface IMovableSelection {
        addListeners(listeners: IListeners, options?: IListener.Options): Remove;
        getMovableSelection(): readonly IMovable[];
        selectMovables(
            movables: readonly IMovable[],
            addToSelection?: boolean,
        ): this;
        unselectMovables(movables: IMovable[]): this;
    }

    Hierarchy (View Summary)

    Index

    Methods

    • Add Listeners.

      Parameters

      Returns Remove

      IListener.ISource.addListeners

    • The movable selection.

      Returns readonly IMovable[]

    • Select a movable object.

      Parameters

      • movables: readonly IMovable[]
      • OptionaladdToSelection: boolean

      Returns this

    • Returns the movable from the selection.

      Parameters

      Returns this