Body, Mind & Soul — API Reference
    Preparing search index...

    Hierarchy

    • any
      • default
    Index
    • Returns default

    DEFAULT_OPTIONS: {
        actions: { save: (event: any, target: any) => Promise<void> };
        position: { height: string; width: number };
        tag: string;
        window: { minimizable: boolean; resizable: boolean; title: string };
    } = ...
    PARTS: { form: { template: string } } = ...
    • Parameters

      • options: any

      Returns Promise<any>

    • Parameters

      • event: any
      • target: any

      Returns Promise<void>