Documentation
    Preparing search index...
    type PluginType = {
        attributes?: (arg0: any) => Attribute[] | Attribute[];
        fieldviews: Record<string, FieldView>;
        name: string;
        presets?: ([]: any) => any;
        readFromDB?: (arg0: any) => any;
        readFromFormRecord?: ([arg0, arg1]: [arg0: any, arg1: string]) => any;
        sqlName: string;
        validate?: (arg0: any) => (arg0: any) => boolean;
    }
    Index

    Properties

    attributes?: (arg0: any) => Attribute[] | Attribute[]
    fieldviews: Record<string, FieldView>
    name: string
    presets?: ([]: any) => any
    readFromDB?: (arg0: any) => any
    readFromFormRecord?: ([arg0, arg1]: [arg0: any, arg1: string]) => any
    sqlName: string
    validate?: (arg0: any) => (arg0: any) => boolean