차단 > blockRendering > BaseShape

블록 렌더링.BaseShape 유형

서명:

export type BaseShape = {
    type: number;
    width: number;
    height: number;
};