Interface SmiHomepageControlApi<ControlTypeAttributes>

An API of methods and properties on a homepage control.

interface SmiHomepageControlApi<ControlTypeAttributes> {
    control: {
        uuid: string;
        getControl(): Control<ControlTypeAttributes>;
    };
}

Type Parameters

Properties

Properties

control: {
    uuid: string;
    getControl(): Control<ControlTypeAttributes>;
}

Type declaration