Export

AddComponentRequest

interface AddComponentRequest {
    options?: ComponentOptions;
    type: string;
}

Properties

Properties

Memberof

AddComponentRequest

type: string

Component type

Memberof

AddComponentRequest