getBookmarkCommandFactory
getBookmarkCommandFactory(
context):BookmarkCommandFactory
Defined in: application/commands/bookmark-command-factory.ts:412
Command parse contextに対応するfactoryを取得します。
Parameters
Section titled “Parameters”context
Section titled “context”Command parse contextです。
Returns
Section titled “Returns”Command factoryです。
Example
Section titled “Example”const result = getBookmarkCommandFactory(context);