Integration App React - v2.21.0
    Preparing search index...

    Interface IBasicTagProps

    interface IBasicTagProps {
        truncate?: boolean;
        inactive?: boolean;
        disabled?: boolean;
        tooltip?: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    truncate?: boolean
    inactive?: boolean
    disabled?: boolean
    tooltip?: string