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

    Type Alias TreeGridColModel

    ColModelの型

    type TreeGridColModel = {
        align?: TreeGridAlign;
        displayLabel?: string;
        name: string;
        width?: number;
    }
    Index

    Properties

    配置

    displayLabel?: string

    表示ラベル

    name: string

    名前

    width?: number