createBookmarkEntryIdTargetInput
createBookmarkEntryIdTargetInput(
entryId):string
Defined in: domain/bookmarks/bookmark-entry-id-target.ts:20
Bookmark entry ID target入力を作成。
Parameters
Section titled “Parameters”entryId
Section titled “entryId”string
Bookmark entry ID。
Returns
Section titled “Returns”string
Bookmark entry ID target入力。
Example
Section titled “Example”const targetInput = createBookmarkEntryIdTargetInput("42");// "entry-id:42"