form-schema-runtime - v1.0.0
    Preparing search index...

    Interface FieldOption

    Option used by select and radio fields.

    interface FieldOption {
        label: string;
        value: string | number | boolean;
    }
    Index

    Properties

    Properties

    label: string
    value: string | number | boolean