@hmiproject/helio-sdk
    Preparing search index...

    Type Alias DialogProps

    type DialogProps = {
        children: ReactNode;
        icon?: IconRef;
        leftButtons?: ReactNode;
        rightButtons?: ReactNode;
        title?: ReactNode;
        width?: number;
        onClose?(): void;
    }
    Index

    Properties

    children: ReactNode
    icon?: IconRef
    leftButtons?: ReactNode
    rightButtons?: ReactNode
    title?: ReactNode
    width?: number

    Methods

    • Called when the user clicks the closing X in the top right corner of the dialog.

      Returns void