Nova Editor - v1.0.0
    Preparing search index...

    Interface SelectionState

    Editor selection state 编辑器选择状态

    interface SelectionState {
        primarySelection: null | string | number;
        selectedAssets: string[];
        selectedEntities: number[];
    }
    Index

    Properties

    primarySelection: null | string | number

    Primary selection (first selected item) | 主选择(第一个选中项)

    selectedAssets: string[]

    Selected asset IDs | 选中的资源ID

    selectedEntities: number[]

    Selected entity IDs | 选中的实体ID