Interface PropertyDescription

interface PropertyDescription {
    defaultValue: any;
    description?: string;
    initOnly?: boolean;
    label?: string;
    name: string;
    type: PropertyDescriptionTypeEnum;
}

Properties

defaultValue: any
description?: string
initOnly?: boolean
label?: string
name: string