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

    Interface ComponentInstanceProperty

    interface ComponentInstanceProperty {
        name?: string;
        type?: "decorator";
        value?: string;
        valueList?: ComponentInstancePropertyList;
    }
    Index

    Properties

    name?: string
    type?: "decorator"
    value?: string