@designliquido/xpath
Preparing search index...
AttributeDeclaration
Interface AttributeDeclaration
Attribute declaration from schema
interface
AttributeDeclaration
{
name
:
string
;
namespace
?:
string
;
type
:
SchemaType
;
required
?:
boolean
;
default
?:
string
;
}
Index
Properties
name
namespace?
type
required?
default?
Properties
name
name
:
string
Optional
namespace
namespace
?:
string
type
type
:
SchemaType
Optional
required
required
?:
boolean
Optional
default
default
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
namespace
type
required
default
@designliquido/xpath
Loading...
Attribute declaration from schema