@ark7/model - v2.0.56
    Preparing search index...

    Interface LevelOptions

    Options for the data level.

    interface LevelOptions {
        level?: number;
        passLevelMap?: PassLevelMap;
        populateLevel?: number;
    }
    Index

    Properties

    level?: number

    The current level for the field.

    passLevelMap?: PassLevelMap

    A map to change the current filter level.

    populateLevel?: number

    Minimum level to populate the reference field, default is NEVER.