UMD Web Components Library
    Preparing search index...

    Interface VisualStateProps

    Visual state properties

    interface VisualStateProps {
        isBordered?: boolean;
        isShowIcon?: boolean;
        isTransparent?: boolean;
        isVisualOpen?: boolean;
    }
    Index

    Properties

    isBordered?: boolean

    Component has border

    isShowIcon?: boolean

    Show icon indicator

    isTransparent?: boolean

    Transparent background

    isVisualOpen?: boolean

    Component is visually open