Meldbase TypeScript API
Preparing search index...
@meldbase/worker
ReadPolicyDefinition
Interface ReadPolicyDefinition
interface
ReadPolicyDefinition
{
handler
:
ReadPolicyHandler
;
maxResults
:
number
;
queryPaths
:
"*"
|
readonly
string
[]
;
resultFields
:
"*"
|
readonly
string
[]
;
version
:
string
;
}
Hierarchy (
View Summary
)
ReadPolicyOptions
ReadPolicyDefinition
Index
Properties
handler
max
Results
query
Paths
result
Fields
version
Properties
Readonly
handler
handler
:
ReadPolicyHandler
Readonly
max
Results
maxResults
:
number
Readonly
query
Paths
queryPaths
:
"*"
|
readonly
string
[]
Readonly
result
Fields
resultFields
:
"*"
|
readonly
string
[]
Readonly
version
version
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
handler
max
Results
query
Paths
result
Fields
version
Meldbase TypeScript API
Loading...