ThreePipe
    Preparing search index...

    Interface PropMeta

    interface PropMeta {
        config: StatePropConfig;
        defaultValue: any;
        defaultValueType: TypedType;
        propKey: keyof Object3DComponent;
        propType: TypedType;
    }
    Index

    Properties

    defaultValue: any
    defaultValueType: TypedType
    propKey: keyof Object3DComponent
    propType: TypedType