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

    Interface Action<T>

    interface Action<T extends ActionAttributes> {
        actionId: number;
        actionName: string;
        attributes: T;
        controlId: number | null;
        displayName: string;
    }

    Type Parameters

    Index

    Properties

    actionId: number
    actionName: string
    attributes: T
    controlId: number | null
    displayName: string