ID is a unique component identifier.

interface RuntimeBundleID {
    kind: string;
    name?: string;
}

Properties

Properties

kind: string

Kind is the component kind.

name?: string

Name is an optional component name.