Clipboard.Prop Type

• target_id (string | record; default null) - The id of target component containing text to copy to the clipboard. The inner text of the `children` prop will be copied to the clipboard. If none, then the text from the `value` prop will be copied. • content (string; default null) - The text to be copied to the clipboard if the `target_id` is None. • n_clicks (number; default 0) - The number of times copy button was clicked • title (string) - The text shown as a tooltip when hovering over the copy icon. • style (record) - The icon's styles • className (string) - The class name of the icon element • loading_state (record with the fields: 'is_loading: boolean (optional)', 'prop_name: string (optional)', 'component_name: string (optional)') - Object that holds the loading state object coming from dash-renderer

Union cases

Union case Description

ClassName string

Full Usage: ClassName string

Parameters:
    Item : string

Item : string

Content string

Full Usage: Content string

Parameters:
    Item : string

Item : string

LoadingState LoadingState

Full Usage: LoadingState LoadingState

Parameters:
Item : LoadingState

NClicks IConvertible

Full Usage: NClicks IConvertible

Parameters:
Item : IConvertible
Item : DashComponentStyle

TargetId string

Full Usage: TargetId string

Parameters:
    Item : string

Item : string

Title string

Full Usage: Title string

Parameters:
    Item : string

Item : string

Static members

Static member Description

Prop.convert

Full Usage: Prop.convert

Returns: Prop -> obj
Returns: Prop -> obj

Prop.toDynamicMemberDef prop

Full Usage: Prop.toDynamicMemberDef prop

Parameters:
Returns: string * obj
prop : Prop
Returns: string * obj

Prop.toPropName

Full Usage: Prop.toPropName

Returns: Prop -> string
Returns: Prop -> string