Magek Framework
    Preparing search index...

    Interface FieldOptions

    Options for the @Field() decorator

    interface FieldOptions {
        nullable?: boolean;
        readonly?: boolean;
    }
    Index

    Properties

    Properties

    nullable?: boolean
    readonly?: boolean