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

    Interface ComponentInstance

    interface ComponentInstance {
        componentInstanceProperties?: ComponentInstanceProperty[];
        componentName: string;
        componentType?: ComponentInstanceType;
        identifier?: string;
        visibilityRule?: UiFormulaRule;
    }
    Index

    Properties

    componentInstanceProperties?: ComponentInstanceProperty[]
    componentName: string
    componentType?: ComponentInstanceType
    identifier?: string
    visibilityRule?: UiFormulaRule