Backstage
    Preparing search index...

    Variable DialogDefinitionConst

    DialogDefinition: {
        classNames: {
            body: "bui-DialogBody";
            dialog: "bui-Dialog";
            footer: "bui-DialogFooter";
            header: "bui-DialogHeader";
            headerTitle: "bui-DialogHeaderTitle";
            overlay: "bui-DialogOverlay";
        };
    } = ...

    Component definition for Dialog

    Type Declaration

    • ReadonlyclassNames: {
          body: "bui-DialogBody";
          dialog: "bui-Dialog";
          footer: "bui-DialogFooter";
          header: "bui-DialogHeader";
          headerTitle: "bui-DialogHeaderTitle";
          overlay: "bui-DialogOverlay";
      }