Hierarchy

  • any
    • VisionSharingSheet

Constructors

Properties

Accessors

Methods

Constructors

Properties

DEFAULT_OPTIONS: {
    classes: string[];
    form: {
        closeOnSubmit: boolean;
        handler: ((...this: any, event: Event, form: HTMLFormElement, formData: FormDataExtended) => Promise<void>);
        submitOnChange: boolean;
    };
    position: {
        height: string;
        width: number;
    };
    sheetConfig: boolean;
    tag: string;
    window: {
        minimizable: boolean;
    };
} = ...
PARTS: {
    footer: {
        template: string;
    };
    form: {
        template: string;
    };
} = ...

Accessors

Methods

  • Returns Promise<{
        levels: {
            false: string;
            true: string;
        };
        users: {};
    }>

  • Parameters

    • Rest...this: any
    • event: Event
    • form: HTMLFormElement
    • formData: FormDataExtended

    Returns Promise<void>