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

    Interface BulkTemplateSection

    BulkViewテンプレートセクション

    interface BulkTemplateSection {
        collapsible: boolean;
        columnInfo: ColumnInfo;
        componentName?: string;
        cssClassName?: string;
        displayLabel?: string;
        elementRuntimeId: string;
        expandable: boolean;
        initExpand: boolean;
        instanceId?: string;
        precompileSfc: boolean;
        showLink: boolean;
        template: string;
        templateInterpretType: TemplateInterpretType;
        type:
            | "PROPERTY"
            | "CUSTOM_BUTTON"
            | "DEFAULT_SECTION"
            | "SCRIPT_SECTION"
            | "TEMPLATE_SECTION";
    }

    Hierarchy (View Summary)

    Index

    Properties

    collapsible: boolean

    折りたたみを許可

    columnInfo: ColumnInfo

    列情報

    componentName?: string

    コンポーネント名

    cssClassName?: string

    CSSクラス名

    displayLabel?: string

    セクションの表示ラベル

    elementRuntimeId: string

    エレメントランタイムID

    expandable: boolean

    セクション開閉の可否

    initExpand: boolean

    初期表示時の開閉状態(開閉が可の場合のみ)

    instanceId?: string

    インスタンスID

    precompileSfc: boolean

    VUE_SFC形式のテンプレートをプリコンパイルするか

    showLink: boolean

    ページリンクを表示するか?(開閉が可の場合のみ)

    template: string

    テンプレート文字列

    templateInterpretType: TemplateInterpretType

    テンプレートの解釈方法

    type:
        | "PROPERTY"
        | "CUSTOM_BUTTON"
        | "DEFAULT_SECTION"
        | "SCRIPT_SECTION"
        | "TEMPLATE_SECTION"

    BulkViewエレメントタイプ