Dockview
    Preparing search index...

    Interface CreateComponentOptions

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

    Properties

    Properties

    id: string

    The unqiue identifer of the component

    name: string

    The component name, this should determine what is rendered.