hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface representing an object that requires periodic updates.

    interface ITickable {
        _hid?: string;
        contentId?: string;
        id: string;
        _tick(delta: number): void;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Methods

    Properties

    _hid?: string
    contentId?: string
    id: string

    Methods