Interface IBasicTagProps

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

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Properties

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