A frame contains 0, in case of a still, or more actions to be executed during rendering. Each action belongs to an element.

interface _Frame {
    elActions: _ElActions[];
    uniqueElementAdpt: Set<_ElementAdapter>;
}

Properties

elActions: _ElActions[]
uniqueElementAdpt: Set<_ElementAdapter>