imageShapeProps
Public readonly variable
Signature
imageShapeProps: {
w: T.Validator<number>
h: T.Validator<number>
playing: T.Validator<boolean>
url: T.Validator<string>
assetId: T.Validator<import('..').TLAssetId | null>
crop: T.Validator<{
topLeft: import('../misc/geometry-types').VecModel
bottomRight: import('../misc/geometry-types').VecModel
} | null>
}
References
T.Validator, TLAssetId, VecModel
Source