vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface FieldInstance

    interface FieldInstance {
        fieldInstanceProperties?: FieldInstanceProperty[];
        fieldItem: string;
        identifier?: string;
        visibilityRule?: UiFormulaRule;
    }
    Index

    Properties

    fieldInstanceProperties?: FieldInstanceProperty[]
    fieldItem: string
    identifier?: string
    visibilityRule?: UiFormulaRule