接口 EditorStructure实验性

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

属性

storageLocation: string
structure: Structure
tags: string[]