ecspresso
    Preparing search index...

    Interface SelectionComponentTypes

    Component types provided by the selection plugin.

    interface SelectionComponentTypes {
        selectable: true;
        selected: true;
    }
    Index

    Properties

    Properties

    selectable: true

    Tag marking an entity as eligible for selection

    selected: true

    Tag marking an entity as currently selected (added/removed dynamically)