g3-toolkit API Reference
    Preparing search index...

    Interface ResolvedField

    interface ResolvedField {
        key: string;
        label: string;
        options?: readonly string[];
        readOnly: boolean;
        widget: PropertyWidgetKind;
    }
    Index

    Properties

    key: string
    label: string
    options?: readonly string[]
    readOnly: boolean