Skip to content

[4]: VEditor Components

Ha Hyun soo edited this page Jan 10, 2019 · 14 revisions

Category

  • VEditorMediaNode
    • VEditorImageNode
    • VEditorVideoNode
  • VEditorMediaPlaceholderNode
  • VEditorDeleteMediaNode
  • VEditorOpenGraphNode
  • VEditorTypingControlNode
  • VEditorTextCellNode
    • VEditorTextNode
      • VEditorTextStorage

VEditorMediaNode

Under construction…

VEditorMediaPlaceholderNode

Under construction…

VEditorDeleteMediaNode

Under construction…

VEditorOpenGraphNode

VEditorOpenGraphNode is basic open graph cell example usage

VEditorTypingControlNode

open class VEditorTypingControlNode: ASButtonNode {
    
    public var typingStyle: VEditorStyle
    public let xmlTag: String
    public let rule: VEditorRule
    public let isBlockStyle: Bool
    public let isExternalHandler: Bool
    
    public init(_ xmlTag: String,
                rule: VEditorRule,
                isBlockStyle: Bool = false,
                isExternalHandler: Bool = false) {

VEditorTextCellNode

Under construction…

Clone this wiki locally