Saxonberg Server API
Preparing search index...
mud/api/cms
CmsStatResult
Interface CmsStatResult
stat — lightweight existence/kind probe (no body).
interface
CmsStatResult
{
backend
:
CmsBackend
;
exists
:
boolean
;
kind
?:
CmsNodeKind
;
path
:
string
;
}
Index
Properties
backend
exists
kind?
path
Properties
backend
backend
:
CmsBackend
exists
exists
:
boolean
Optional
kind
kind
?:
CmsNodeKind
path
path
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
backend
exists
kind
path
Saxonberg Server API
Loading...
stat — lightweight existence/kind probe (no body).