@novice1/api-doc-generator - v1.2.0
    Preparing search index...

    Interface BaseHelperInterface

    interface BaseHelperInterface {
        allowsEmptyValue(): boolean;
        getDefaultValue(): unknown;
        getDescription(): string;
        getEnum(): unknown[];
        getExampleValue(): unknown;
        getMax(): number | undefined;
        getMin(): number | undefined;
        getType(): string;
        getUnit(): string;
        hasDefaultValue(): boolean;
        hasExampleValue(): boolean;
        hasMax(): boolean;
        hasMin(): boolean;
        isDeprecated(): boolean;
        isRequired(): boolean;
        isUnique(): boolean;
        isValid(): boolean;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods