1.3.4 • Published 6 months ago

@types/workgrid-toolbar v1.3.4

Weekly downloads
50
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/workgrid-toolbar

Summary

This package contains type definitions for workgrid-toolbar (https://github.com/jguardino-workgrid/workgrid-toolbar).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/workgrid-toolbar.

index.d.ts

// Type definitions for non-npm package workgrid-toolbar 1.3
// Project: https://github.com/jguardino-workgrid/workgrid-toolbar
// Definitions by: J Guardino <https://github.com/jguardino-workgrid>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export interface WorkgridToolbarOptions {
    // Required
    companyCode: string;
    spaceId: string;
    clientId: string;
    tenantId: string;
    authorizerUrl: string;
    // Optional
    confirmUser?: boolean | undefined;
    debug?: boolean | undefined;
    deferDisplay?: boolean | undefined;
    htmlDisplay?: string | null | undefined;
    listener?: ((event: string) => void | null) | undefined;
    preventPageHide?: boolean | undefined;
    toolbarId?: string | null | undefined;
    version?: string | null | undefined;
    cssRules?: string[] | undefined;
    msIdToken?: string | null | undefined;
}

export function showWorkgridToolbar(options: WorkgridToolbarOptions): void;

Additional Details

  • Last updated: Fri, 02 Jul 2021 18:06:02 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by J Guardino.

1.3.4

6 months ago

1.3.3

6 months ago

1.3.2

7 months ago

1.3.1

3 years ago

1.3.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago