Skip to content

[Bug] Input Dialog's Typing Issue #816

Description

@jonahmr1

Describe the bug
in interface/input/inputDialog
docs saying that options are optional? and I believe the source code as well, but I think u. forget to add the optional modifier

type inputDialog = (heading: string, rows: string[] | RowInput[], options: <--- here { 
  allowCancel?: boolean;
}) => Promise<Array<string | number | boolean> | undefined>;

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions