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

    Interface SavedListConfig

    保存リスト設定情報

    interface SavedListConfig {
        canCreateFolder: boolean;
        canCreateRootFolder?: boolean;
        canCreateRootItem?: boolean;
        canDeleteFolder: boolean;
        canDeleteOtherSavedList: boolean;
        canDirectFileDownload: boolean;
        canFileDownload: boolean;
        canSaveSnapshot: boolean;
        canUpdate: boolean;
        csvDownloadCharacterCode: string[];
        customViewComponentName?: string;
        customViewPrecompileSfc?: boolean;
        customViewScript?: string;
        customViewTemplateInterpretType?: TemplateInterpretType;
        hasCreateFolderPermission: boolean;
        hasDeleteFolderPermission: boolean;
        hasDeleteItemPermission: boolean;
        initSearch: boolean;
        linkActionMode: string;
        title?: string;
    }
    Index
    canCreateFolder: boolean

    フォルダ作成可否

    canCreateRootFolder?: boolean

    ルートフォルダ作成可否

    canCreateRootItem?: boolean

    ルートアイテム作成可否

    canDeleteFolder: boolean

    フォルダ削除可否

    canDeleteOtherSavedList: boolean

    他者保存リスト削除可否

    canDirectFileDownload: boolean

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

    canFileDownload: boolean

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

    canSaveSnapshot: boolean

    Snapshotの保存が可能

    canUpdate: boolean

    更新可否(視図レベル)

    csvDownloadCharacterCode: string[]

    CSVダウンロード文字コード一覧

    customViewComponentName?: string

    カスタム画面Scriptのコンポーネント名

    customViewPrecompileSfc?: boolean

    カスタム画面ScriptのプリコンパイルSFCフラグ

    customViewScript?: string

    カスタム画面Script(コンパイル後のGroovyTemplate実行結果)

    customViewTemplateInterpretType?: TemplateInterpretType

    カスタム画面Scriptのテンプレート解釈種別

    hasCreateFolderPermission: boolean

    フォルダ作成Entity権限

    hasDeleteFolderPermission: boolean

    フォルダ削除Entity権限

    hasDeleteItemPermission: boolean

    保存リスト削除Entity権限

    initSearch: boolean

    表示時に自動で検索を実行するか

    linkActionMode: string

    リンクアクションモード

    title?: string

    保存リスト表示タイトル