@minecraft/server-editor
    Preparing search index...

    Interface EditorStructureSearchOptionsBeta

    interface EditorStructureSearchOptions {
        displayName?: string;
        id?: string;
        sources?: StructureSource[];
        structureName?: string;
        structureNamespace?: string;
        tags?: string[];
    }
    Index

    Properties

    displayName?: string
    id?: string
    sources?: StructureSource[]
    structureName?: string
    structureNamespace?: string
    tags?: string[]