Type Alias: FrameSection
type FrameSection = DecodedFrame & {
section: RelativeRect;
};
Defined in: livelink.js/sources/rendering/contexts/ContextProvider.ts:7
Type declaration
Name | Type |
---|---|
section | RelativeRect |
type FrameSection = DecodedFrame & {
section: RelativeRect;
};
Defined in: livelink.js/sources/rendering/contexts/ContextProvider.ts:7
Name | Type |
---|---|
section | RelativeRect |