Skip to main content

meta

import {...} from "@motion-canvas/core/lib/meta";

The runtime representation of meta files.

Classes​

Interfaces​

Type Aliases​

ObjectMetaField​

type ObjectMetaFieldT extends RecordstringMetaFieldany = ObjectMetaFieldInternalTT

Represents an object with nested meta-fields.

Type Parameters


ValueOf​

type ValueOfT extends Recordstringany = [K in keyof T]: T[K] extends MetaFieldanyinfer P ? P : never

Type Parameters

  • T extends Recordstringany

Variables​

ObjectMetaField​