createWrapInListCommand
Returns a command function that wraps the selection in a list with the given type and attributes.
function createWrapInListCommand<T extends ListAttributes = ListAttributes>(getAttrs: WrapInListGetAttrs<T>): Command;
§
createWrapInListCommand<T extends ListAttributes = ListAttributes>(getAttrs: WrapInListGetAttrs<T>): Command
[src]§Type Parameters
§
T extends ListAttributes = ListAttributes
[src]§Parameters
§
getAttrs: WrapInListGetAttrs<T>
[src]