Stone.js API
Docs
Home
Preparing search index...
stone-js-use-react/src/core
MetaPageLayout
Interface MetaPageLayout
Represents a meta page layout.
interface
MetaPageLayout
{
isClass
?:
boolean
;
isFactory
?:
boolean
;
lazy
?:
boolean
;
module
:
PageLayoutType
|
Laziable
<
PageLayoutType
>
;
}
Index
Properties
is
Class?
is
Factory?
lazy?
module
Properties
Optional
is
Class
isClass
?:
boolean
Optional
is
Factory
isFactory
?:
boolean
Optional
lazy
lazy
?:
boolean
module
module
:
PageLayoutType
|
Laziable
<
PageLayoutType
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
is
Class
is
Factory
lazy
module
Docs
Home
Stone.js API
Loading...
Represents a meta page layout.