Prelude API
Guides
Skill
GitHub
Preparing search index...
@prelude/xml
Ast
ProcessingInstruction
Type Alias ProcessingInstruction
Processing instruction with its target and (possibly empty) data.
type
ProcessingInstruction
=
{
target
:
string
;
type
:
"ProcessingInstruction"
;
value
:
string
;
}
Index
Properties
target
type
value
Properties
target
target
:
string
type
type
:
"ProcessingInstruction"
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
target
type
value
Guides
Skill
GitHub
Prelude API
Loading...
Processing instruction with its target and (possibly empty) data.