• 短い呼び出し表現でプロパティを呼び出せます

    Returns {
        editor: UEditor | null;
        metadataCache: MetadataCache;
        metadataEditor: UMetadataEditor | null;
        properties: FrontMatterCache | null;
        workspace: UWorkspace;
    }

    • editor: UEditor | null
    • metadataCache: MetadataCache
    • metadataEditor: UMetadataEditor | null
    • properties: FrontMatterCache | null
    • workspace: UWorkspace

Generated using TypeDoc