Public readonly variable

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

T.Validator, TLAssetId, VecModel

Source

packages/tlschema/src/shapes/TLImageShape.ts

highlightShapePropsInstancePageStateRecordType