型・APIリファレンス
    Preparing search index...

    Interface SaveListRow

    保存リスト/フォルダの行データ

    interface SaveListRow {
        canCreateFolder: boolean;
        canCreateItem: boolean;
        canDelete: boolean;
        canFileDownload: boolean;
        canOthersEdit: boolean;
        canUpdate: boolean;
        code: string;
        createDate: string;
        dataType: string;
        expanded?: boolean;
        fileSupportType?: string;
        folderFullName: string;
        id: string;
        leaf: boolean;
        level: number;
        loaded?: boolean;
        name: string;
        owner: null | string;
        parent: null | string;
        shared: boolean;
    }
    Index

    Properties

    canCreateFolder: boolean

    フォルダ作成可否

    canCreateItem: boolean

    アイテム作成可否

    canDelete: boolean

    削除可否

    canFileDownload: boolean

    ファイルダウンロード可否

    canOthersEdit: boolean

    他者編集許可フラグ

    canUpdate: boolean

    更新可否

    code: string

    コード

    createDate: string

    作成日

    dataType: string

    データ種別

    expanded?: boolean

    フォルダ展開状態(クライアント管理)

    fileSupportType?: string

    ファイルサポートタイプ

    folderFullName: string

    フォルダフルパス

    id: string

    行ID

    leaf: boolean

    リーフ(ファイル)かどうか

    level: number

    ツリー階層レベル

    loaded?: boolean

    子要素読込済みかどうか(クライアント管理)

    name: string

    名前

    owner: null | string

    オーナー

    parent: null | string

    親行ID

    shared: boolean

    共有フラグ