@vnodes/schema
    Preparing search index...

    Interface CommonOptions

    interface CommonOptions {
        dependsOn?: PropertyName1[];
        description?: string;
        encrypt?: boolean;
        hash?: boolean;
        hidden?: boolean;
        hint?: string;
        inputComponent?: InputComponent;
        internal?: boolean;
        label?: string;
        prefixIcon?: Icon;
        prefixText?: string;
        readonly?: boolean;
        required?: boolean;
        suffixIcon?: Icon;
        suffixText?: string;
        unique?: boolean;
    }
    Index

    Properties

    dependsOn?: PropertyName1[]
    description?: string
    encrypt?: boolean
    hash?: boolean
    hidden?: boolean
    hint?: string
    inputComponent?: InputComponent
    internal?: boolean
    label?: string
    prefixIcon?: Icon
    prefixText?: string
    readonly?: boolean
    required?: boolean
    suffixIcon?: Icon
    suffixText?: string
    unique?: boolean