RLS DSL - v0.1.0
GitHub
Preparing search index...
HelperCondition
Interface HelperCondition
Helper condition (isOwner, isMemberOf, etc.)
interface
HelperCondition
{
toSQL
()
:
string
;
type
:
"helper"
;
helperType
:
string
;
params
:
Record
<
string
,
string
|
number
|
boolean
|
null
|
undefined
>
;
}
Hierarchy (
View Summary
)
Condition
HelperCondition
Index
Properties
type
helper
Type
params
Methods
to
SQL
Properties
type
type
:
"helper"
helper
Type
helperType
:
string
params
params
:
Record
<
string
,
string
|
number
|
boolean
|
null
|
undefined
>
Methods
to
SQL
toSQL
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
helper
Type
params
Methods
to
SQL
GitHub
RLS DSL - v0.1.0
Loading...
Helper condition (isOwner, isMemberOf, etc.)