Interface FormattingAction

interface FormattingAction {
    moves: FormattingMove[];
    options: FormattingActionOptions;
}

Properties

Properties