@univerjs/core v0.5.0-beta.1 • Docs
Variable: DEFAULT_SLIDE
const DEFAULT_SLIDE: {
id: 'default_slide';
pageSize: {
height: 300;
width: 300;
};
title: 'defaultSlide';
};
Type declaration
Name | Type | Default value | Defined in |
---|---|---|---|
id | string | ’default_slide’ | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/types/const/const.ts:160 |
pageSize | { height : 300 ; width : 300 ; } | - | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/types/const/const.ts:162 |
pageSize.height | number | 300 | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/types/const/const.ts:164 |
pageSize.width | number | 300 | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/types/const/const.ts:163 |
title | string | ’defaultSlide’ | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/types/const/const.ts:161 |
Defined in
packages/api/tmp/univer-pro/submodules/univer/packages/core/src/types/const/const.ts:159