Type Alias VcsObjectOptions

VcsObjectOptions: {
    name?: string;
    properties?: Record<string, unknown>;
    type?: string;
}

Type declaration

  • Optionalname?: string

    name of the object, if not given a uuid is generated, is used for the framework functions getObjectByName

  • Optionalproperties?: Record<string, unknown>

    key value store for framework independent values per Object

  • Optionaltype?: string

    the type of object, typically only used in configs