SAS logoSAS® Mobile Investigator API
    Preparing search index...

    Interface SmiHomepageControlApi<ControlTypeAttributes>

    An API of methods and properties on a homepage control.

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

    Type Parameters

    Index

    Properties

    Properties

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

    Type Declaration