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

    Interface EditorStructureBeta

    interface EditorStructure {
        storageLocation: string;
        structure: Structure;
        tags: string[];
    }
    Index

    Properties

    storageLocation: string
    structure: Structure
    tags: string[]