@servicenow/sdk - v4.4.1
    Preparing search index...

    Type Alias ClientScriptProps<T, E, G>

    ClientScriptProps: Now.Internal.WithID<
        {
            active?: boolean;
            description?: string;
            field?: field_type<T, E>;
            global?: G;
            messages?: string;
            name: string;
            script?: string;
            table: T;
            type?: E;
            view?: G extends false ? string : never;
        } & Now.Internal.Meta & uiType & isolateScript & appliesExtended,
    >

    Type Parameters

    • T extends TableName
    • E extends client_script_events
    • G extends boolean