Script API - v1.21.90.25
    Preparing search index...

    Interface IColorTimelinePropertyItem

    A property item which supports Color Timeline properties

    interface IColorTimelinePropertyItem {
        enable: boolean;
        id: string;
        paneId: string;
        typeName: PropertyItemType;
        visible: boolean;
        addNode(data: IColorTimelinePropertyItemEntry): void;
        getData(): IColorTimelinePropertyItemEntry[];
        getTime(): number;
        removeNode(data: IColorTimelinePropertyItemEntry): void;
        setPrecision(precision: number): void;
        setTime(time: number): void;
        setTitle(title: LocalizedString): void;
        updateNode(data: IColorTimelinePropertyItemEntry): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    enable: boolean

    If the item is enabled in the UI.

    id: string

    Unique ID for the property item.

    paneId: string

    The parent pane id.

    The type name of the target property.

    visible: boolean

    If the item should be visible in the UI.

    Methods

    • Returns number

      Get time current time value on the slider.

    • Parameters

      • precision: number

      Returns void

      Set custom decimal precision for the calculations

    • Parameters

      • time: number

        The new time value.

      Returns void

      Set time line slider value to a new value