Interface CreateComponentOptions

interface CreateComponentOptions {
    id: string;
    name: string;
}

Properties

Properties

id: string

The unqiue identifer of the component

name: string

The component name, this should determine what is rendered.

Generated using TypeDoc