Type alias VcsObjectOptions

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

Type declaration

  • Optional name?: string

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

  • Optional properties?: Record<string, unknown>

    key value store for framework independent values per Object

  • Optional type?: string

    the type of object, typically only used in configs

Generated using TypeDoc