@umbraco-cms/backoffice
Preparing search index...
packages/block/block
UmbBlockActionArgs
Interface UmbBlockActionArgs<MetaArgsType>
Constructor arguments passed to block action API classes.
interface
UmbBlockActionArgs
<
MetaArgsType
>
{
meta
:
MetaArgsType
;
unique
:
string
;
}
Type Parameters
MetaArgsType
Index
Properties
meta
unique
Properties
meta
meta
:
MetaArgsType
unique
unique
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
meta
unique
@umbraco-cms/backoffice
Loading...
Constructor arguments passed to block action API classes.