Timelines Interface

class epyk.interfaces.components.CompFields.Timelines(ui)
categories(value=None, label: Optional[str] = None, icon: Optional[str] = None, width: Optional[Union[tuple, int, str]] = (100, '%'), height: Optional[Union[tuple, int, str]] = (None, 'px'), html_code: Optional[str] = None, helper: Optional[str] = None, options: Optional[Union[bool, dict]] = None, profile: Optional[Union[bool, dict]] = None) FieldSelect
Tags:

Categories:

Usage:

:param value:
:param label: Optional.
:param icon: Optional.
:param width: Optional. A tuple with the integer for the component width and its unit
:param height: Optional. A tuple with the integer for the component height and its unit
:param html_code: Optional. An identifier for this component (on both Python and Javascript side).
:param helper: Optional.
:param options: Optional. Specific Python options available for this component
:param profile: Optional. A flag to set the component performance storage
issues(records=None, width: Optional[Union[tuple, int, str]] = (100, '%'), height: Optional[Union[tuple, int, str]] = ('auto', ''), options: Optional[dict] = None, html_code: Optional[str] = None, profile: Optional[Union[bool, dict]] = None, helper: Optional[str] = None) Items
Tags:

Categories:

Usage:

:param records:
:param width: Optional. A tuple with the integer for the component width and its unit
:param height: Optional. A tuple with the integer for the component height and its unit
:param options: Optional. Specific Python options available for this component
:param html_code: Optional. An identifier for this component (on both Python and Javascript side)
:param profile: Optional. A flag to set the component performance storage
:param helper:
meeting(time, icon: Optional[str] = None, width: Optional[Union[tuple, int, str]] = (25, 'px'), height: Optional[Union[tuple, int, str]] = (25, 'px'), html_code: Optional[str] = None, options: Optional[Union[bool, dict]] = None, profile: Optional[Union[bool, dict]] = None) IconEdit
Tags:

Categories:

Usage:

:param time:
:param icon: Optional.
:param width: Optional. A tuple with the integer for the component width and its unit.
:param height: Optional. A tuple with the integer for the component height and its unit.
:param html_code: Optional. An identifier for this component (on both Python and Javascript side).
:param options: Optional. Specific Python options available for this component.
:param profile: Optional. A flag to set the component performance storage.
milestone(completion_date: Union[datetime, str], icon: Optional[str] = None, width: Optional[Union[tuple, int, str]] = (25, 'px'), height: Optional[Union[tuple, int, str]] = (25, 'px'), html_code: Optional[str] = None, options: Optional[Union[bool, dict]] = None, profile: Optional[Union[bool, dict]] = None) IconEdit
Tags:

Categories:

Usage:

:param completion_date:
:param icon: Optional.
:param width: Optional. A tuple with the integer for the component width and its unit
:param height: Optional. A tuple with the integer for the component height and its unit
:param html_code: Optional.
:param options: Optional. Specific Python options available for this component
:param profile: Optional. A flag to set the component performance storage
period(start_date: Union[datetime, str], days: int, width: Optional[Union[tuple, int, str]] = (100, '%'), height: Optional[Union[tuple, int, str]] = (None, 'px'), options: Optional[Union[bool, dict]] = None, profile: Optional[Union[bool, dict]] = None) Div
Tags:

Categories:

Usage:

:param start_date:
:param days:
:param width: Optional. A tuple with the integer for the component width and its unit
:param height: Optional. A tuple with the integer for the component height and its unit
:param options: Optional. Specific Python options available for this component
:param profile: Optional. A flag to set the component performance storage
view(start_date: Union[datetime, str], end_date: Union[datetime, str], width: Optional[Union[tuple, int, str]] = (100, '%'), height: Optional[Union[tuple, int, str]] = (None, 'px'), options: Optional[Union[bool, dict]] = None, profile: Optional[Union[bool, dict]] = None) Div
Tags:

Categories:

Usage:

:param start_date:
:param end_date:
:param width: Optional. A tuple with the integer for the component width and its unit
:param height: Optional. A tuple with the integer for the component height and its unit
:param options: Optional. Specific Python options available for this component
:param profile: Optional. A flag to set the component performance storage
week(start_date: Union[datetime, str], width: Optional[Union[tuple, int, str]] = (100, '%'), height: Optional[Union[tuple, int, str]] = (None, 'px'), options: Optional[Union[bool, dict]] = None, profile: Optional[Union[bool, dict]] = None) Div
Tags:

Categories:

Usage:

:param start_date:
:param width: Optional. A tuple with the integer for the component width and its unit
:param height: Optional. A tuple with the integer for the component height and its unit
:param options: Optional. Specific Python options available for this component
:param profile: Optional. A flag to set the component performance storage
workload(value, width: Optional[Union[tuple, int, str]] = (25, 'px'), html_code: Optional[str] = None, options: Optional[Union[bool, dict]] = None, profile: Optional[Union[bool, dict]] = None) Div
Tags:

Categories:

Usage:

:param value: The workload percentage.
:param width: Optional. A tuple with the integer for the component width and its unit.
:param html_code: Optional. An identifier for this component (on both Python and Javascript side).
:param options: Optional. Specific Python options available for this component.
:param profile: Optional. A flag to set the component performance storage.