MCPcopy Create free account
hub / github.com/DataTables/Buttons / ButtonStaticFunctions

Interface ButtonStaticFunctions

types.d.ts:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 interface ButtonStaticFunctions {
27 new (dt: Api<any>, settings: boolean | string[] | ButtonsSettings | ButtonSettings[]): undefined;
28 version: string;
29 defaults: ButtonsSettings;
30 }
31
32 interface ExtSettings {
33 buttons: ExtButtonsSettings;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected