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

    Properties

    attributes?: (arg0: any) => Attribute[] | Attribute[]
    contract?: any
    fieldviews: Record<string, FieldView>
    name: string
    presets?: ([]: any) => any
    read: any
    readFromDB?: (arg0: any, f?: FieldLike) => any
    readFromFormRecord?: ReadFromFormRecord
    sqlName: string
    validate?: (arg0: any) => (arg0: any) => boolean
    validate_attributes: any