getBookmarkCommandFactory
This content is for v1.3.1. Switch to the latest version for up-to-date documentation.
getBookmarkCommandFactory(
context):BookmarkCommandFactory
Defined in: application/commands/bookmark-command-factory.ts:384
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);