storyboard-text
Toggle table of contents
0.1.0-alpha03
common
Platform filter
common
Switch theme
Search in API
storyboard-text
storyboard-text
/
dev.bnorm.storyboard.text
/
TextTagScope
Text
Tag
Scope
abstract
class
TextTagScope
(
tagStart
:
Char
,
tagEnd
:
Char
)
(
source
)
Inheritors
Default
Members
Constructors
Text
Tag
Scope
Link copied to clipboard
constructor
(
tagStart
:
Char
,
tagEnd
:
Char
)
Types
Default
Link copied to clipboard
open
class
Default
:
TextTagScope
Tag
Provider
Link copied to clipboard
interface
TagProvider
:
PropertyDelegateProvider
<
Any
?
,
ReadOnlyProperty
<
Any
?
,
TextTag
>
>
Properties
tags
Link copied to clipboard
val
tags
:
Collection
<
TextTag
>
Functions
extract
Tags
Link copied to clipboard
fun
extractTags
(
string
:
AnnotatedString
)
:
AnnotatedString
fun
extractTags
(
string
:
String
)
:
AnnotatedString
tag
Link copied to clipboard
fun
tag
(
description
:
String
,
data
:
Any
?
=
null
)
:
TextTagScope.TagProvider